* eval.c (internal_lisp_condition_case): Don't overrun the stack
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Sep 2014 06:29:01 +0000 (23:29 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Sep 2014 06:29:01 +0000 (23:29 -0700)
commit74e052243c0ee5ed6d4b775d64a9b2c9ea321c30
treeebc47a1fb6f50f089f854f2d43ba904095ae5f4d
parent0373721b82d9e3dbd39437a6c8f6369763976fc9
* eval.c (internal_lisp_condition_case): Don't overrun the stack

when configured --with-wide-int on typical 32-bit platforms.
src/ChangeLog
src/eval.c